/* FINACEK */

.maskot-wrap {
	border-bottom:2px solid #2c3841;
	display:inline-block;
	
	background: #5baaf8;
	background: -moz-radial-gradient(center, ellipse cover,  #5baaf8 0%, #ffffff 66%);
	background: -webkit-radial-gradient(center, ellipse cover,  #5baaf8 0%,#ffffff 66%);
	background: radial-gradient(ellipse at center,  #5baaf8 0%,#ffffff 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5baaf8', endColorstr='#ffffff',GradientType=1 );
	}

.text-bubble {
    border: 2px solid #bfbfbf;
    border-radius: 30px;
    float: left;
    padding: 30px;
    width: 50%;
	margin-left:5%;
	background:#FFF;
	}
.text-bubble p.hello {font-size:200%;}
.text-bubble p {
	margin-bottom:20px;
	line-height:24px;
	font-weight:100;
	}

.maskot-finacek {
	float:left;
	margin-left:-15%;
	margin-top:40px;
	}
.maskot-finacek > img {
	display:block;
	width:100%;
	}
	
.maskot-headline {
    margin: 20px 0;
    text-align: center;	
	}

.maskot-gallery {}

.maskot-gallery-timeline {
	margin:0 5%;
	display:inline-block;
	}

.timeline-left {
	display:inline-block;
	width:50%;
	float:left;
	}

.timeline-right {
	display:inline-block;
	width:50%;
	float:left;
	}

.first-photo {
	padding-right:10%;
	position:relative;
	border-right:1px solid #2c3841;
	}
.first-photo:after {
    border-bottom: 1px dotted;
    bottom: 50%;
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 0;	
	}

.first-photo .photo-border-wrap {
	z-index:1;
	transform:rotate(3deg);
	transition:all 0.25s ease 0s;	
	-moz-transition:all 0.25s ease 0s;
	-ms-transition:all 0.25s ease 0s;
	-o-transition:all 0.25s ease 0s;
	-webkit-transition:all 0.25s ease 0s;
	}

.second-photo {
	padding-left:10%;
	position:relative;
	}
.second-photo:after {
    border-bottom: 1px dotted;
    bottom: 50%;
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    z-index: 0;	
	}
.second-photo .photo-border-wrap {
	margin-top:25%;
	z-index:1;
	transform:rotate(-1deg);
	transition:all 0.25s ease 0s;	
	-moz-transition:all 0.25s ease 0s;
	-ms-transition:all 0.25s ease 0s;
	-o-transition:all 0.25s ease 0s;
	-webkit-transition:all 0.25s ease 0s;
	}
	
.third-photo {
	padding-right:10%;
	position:relative;
	border-right:1px solid #2c3841;
	}
.third-photo:after {
    border-bottom: 1px dotted;
    bottom: 50%;
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 0;	
	}
.third-photo .photo-border-wrap {
	margin-top:0;
	z-index:1;
	transform:rotate(-2deg);
	transition:all 0.25s ease 0s;	
	-moz-transition:all 0.25s ease 0s;
	-ms-transition:all 0.25s ease 0s;
	-o-transition:all 0.25s ease 0s;
	-webkit-transition:all 0.25s ease 0s;
	}

.fourth-photo {
	padding-left:0;
	position:relative;
	}

.fourth-photo .photo-border-wrap {
	margin-top:50px;
	z-index:1;
	transform:rotate(2deg);
	transition:all 0.25s ease 0s;	
	-moz-transition:all 0.25s ease 0s;
	-ms-transition:all 0.25s ease 0s;
	-o-transition:all 0.25s ease 0s;
	-webkit-transition:all 0.25s ease 0s;
	}
.fourth-photo .photo-border {
	box-shadow:none;
	border:none;
	}
	
.photo-border-wrap:hover {
	transform:rotate(0deg);
	}
	
.photo-border-wrap > .photo-border {
	transform:scale(0.9);
	transition:all 0.25s ease 0s;	
	-moz-transition:all 0.25s ease 0s;
	-ms-transition:all 0.25s ease 0s;
	-o-transition:all 0.25s ease 0s;
	-webkit-transition:all 0.25s ease 0s;
	}
.photo-border-wrap:hover > .photo-border {
	transform:scale(1);	
	}

.photo-border {
	border: 1px solid #efefef;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 4%;
	background:#FFF;
	}

.photo {
	border-radius:10px;
	overflow:hidden;
	}

.photo > img {
	display:block;
	width:100%;
	}
	
@media only screen and (max-width: 1200px) {
	.text-bubble {
		margin-left:0;
		width:45%;
		padding-bottom:0;
		}
	.maskot-finacek {
		margin-left:-10%;
		}
	}
	
@media only screen and (max-width: 1000px) {
	.text-bubble {
		width:100%;
		padding-bottom:30px;
		}
	.maskot-finacek {
		margin-left:0;
		margin-top:-40px;
		width:100%;
		}
	}